runtime.timer.isSending (field)
5 uses
runtime (current package)
time.go#L117: isSending atomic.Int32
time.go#L528: if t.period == 0 && t.isSending.Load() > 0 {
time.go#L655: if oldPeriod == 0 && t.isSending.Load() > 0 {
time.go#L1171: if t.isSending.Add(1) < 0 {
time.go#L1230: if t.isSending.Add(-1) < 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)